Fix bind_irq_vector() destination
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Aug 2010 10:16:14 +0000 (11:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Aug 2010 10:16:14 +0000 (11:16 +0100)
commit128e862878c0ae8f96ed3aee7649a32e659bf0b9
tree4df2d3f5e9cee579b86e21b2d318340bee279bbd
parent6993e9f5ce03ac14108a082840e650cf8aaf00c8
Fix bind_irq_vector() destination

The "mask" covered all online cpus in the "domain". It should be used
as destination later, instead of using "domain" directly.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
xen/arch/x86/irq.c